@font-face {
    font-display: swap;
    font-family: "Steps Mono";
    font-style: normal;
    font-weight: 100;
    src:
        url("StepsMono-Thin.woff2") format("woff2"),
        url("StepsMono-Thin.woff") format("woff"),
        url("StepsMono-Thin.ttf") format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "Steps Mono";
    font-style: normal;
    font-weight: normal;
    src:
        url("StepsMono.woff2") format("woff2"),
        url("StepsMono.woff") format("woff"),
        url("StepsMono.ttf") format("truetype");
}
